Darwin/MacOSX 10.1.1 configure issues with b3 - Mailing list pgsql-ports

From Henry B. Hotz
Subject Darwin/MacOSX 10.1.1 configure issues with b3
Date
Msg-id p05100305b82d9190ae76@[137.78.212.225]
Whole thread Raw
In response to Darwin/MacOSX 10.1.1 newbie  (Nathan Wilson <velosa@cinenet.net>)
Responses Re: Darwin/MacOSX 10.1.1 configure issues with b3  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Darwin/MacOSX 10.1.1 configure issues with b3  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-ports
A lot of these issues may not be Postgres, but here are the problems
I ran into in the configure stage with the b3 version.

Can't use kerberos 5 "error: library com_err is required for Kerberos
5"  There is such a library and a man page for such a routine.  If
you create a 3-line dummey program to reference com_err() and use
-lcom_err then you get some funny unresolved external reference by
way of the kerberos 5 framework (which I never asked for).  I'm not
sure if this is a real problem in Apple's framework mechanism or a
funny in the way configure and I are checking for the existence of
the routine.

Can't use openssl because there is no ssl.h file.  This is an old
10.0 bug that I would have hoped was fixed by now.  It does mean I
can't test the openssl integration until I re-fix it though.

Can't use tk.  I loaded the alpha release of the native Aqua Tk port.
It gets me a Wish Shell.app, not a /usr/bin/wish.  This seems
reasonable, but how do we get Postgres to use it?  Can Postgres use
it?

The Tcl header files are in two different non-standard places.  I had
to sudo ln -s to get links all in one directory since it appears you
can only have one --with-includes configure option.  At least the 8.4
alpha includes the headers since the 8.3 with 10.0 didn't.
--
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.1.3 with source NAMEDATALEN change fails name regression
Next
From: "Henry B. Hotz"
Date:
Subject: Re: Darwin/MacOSX 10.1.1 configure issues with b3